remove hardware accelerated byte swapping feature, and resync kernel config

SVN-Revision: 7924
This commit is contained in:
Gabor Juhos
2007-07-11 15:21:17 +00:00
parent 5ca2391456
commit a31921a8cd
3 changed files with 2 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
CONFIG_32BIT=y
# CONFIG_64BIT is not set
# CONFIG_64BIT_PHYS_ADDR is not set
# CONFIG_ADM5120_HARDWARE_SWAB is not set
CONFIG_ADM5120_NR_UARTS=2
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set

View File

@@ -7,10 +7,6 @@ config PCI_ADM5120
select PCI
default y
config ADM5120_HARDWARE_SWAB
bool "Enable hardware accelerated byte-swapping"
default y
endmenu
endif