forked from Ivasoft/openwrt
all targets: remove all =m kernel config symbols
modules build during the kernel compile phase are ignored anyway, all modules should be built using KernelPackage in package/kernel/linux/modules/* selecting the appropriate config symbols there rather than in target/linux/*/config-* Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43842
This commit is contained in:
@@ -24,9 +24,7 @@ CONFIG_ARM_NR_BANKS=8
|
||||
CONFIG_ARM_PATCH_PHYS_VIRT=y
|
||||
# CONFIG_ARM_THUMB is not set
|
||||
# CONFIG_ARPD is not set
|
||||
CONFIG_ATA=m
|
||||
CONFIG_AUTO_ZRELADDR=y
|
||||
CONFIG_BLK_DEV_IDECS=m
|
||||
# CONFIG_BLK_DEV_IDEDMA is not set
|
||||
# CONFIG_BLK_DEV_INITRD is not set
|
||||
# CONFIG_CACHE_L2X0 is not set
|
||||
@@ -90,12 +88,8 @@ CONFIG_HAVE_PROC_CPU=y
|
||||
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
|
||||
CONFIG_HAVE_SCHED_CLOCK=y
|
||||
CONFIG_HAVE_SPARSE_IRQ=y
|
||||
CONFIG_I2C=m
|
||||
CONFIG_I2C_BOARDINFO=y
|
||||
CONFIG_I2C_CHARDEV=m
|
||||
CONFIG_I2C_PXA=m
|
||||
CONFIG_I2C_PXA_SLAVE=y
|
||||
CONFIG_IDE=m
|
||||
CONFIG_IWMMXT=y
|
||||
CONFIG_KTIME_SCALAR=y
|
||||
# CONFIG_MACH_ARCOM_ZEUS is not set
|
||||
@@ -154,14 +148,9 @@ CONFIG_NEED_PER_CPU_KM=y
|
||||
# CONFIG_PACKET is not set
|
||||
CONFIG_PAGEFLAGS_EXTENDED=y
|
||||
CONFIG_PAGE_OFFSET=0xC0000000
|
||||
CONFIG_PATA_PCMCIA=m
|
||||
# CONFIG_PATA_PXA is not set
|
||||
CONFIG_PCCARD=m
|
||||
# CONFIG_PCI_SYSCALL is not set
|
||||
CONFIG_PCMCIA=m
|
||||
CONFIG_PCMCIA_LOAD_CIS=y
|
||||
CONFIG_PCMCIA_PXA2XX=m
|
||||
CONFIG_PCMCIA_SOC_COMMON=m
|
||||
CONFIG_PERF_USE_VMALLOC=y
|
||||
CONFIG_PHYLIB=y
|
||||
CONFIG_PLAT_PXA=y
|
||||
@@ -169,19 +158,11 @@ CONFIG_PLAT_PXA=y
|
||||
CONFIG_PXA27x=y
|
||||
# CONFIG_PXA_EZX is not set
|
||||
# CONFIG_PXA_SHARPSL is not set
|
||||
CONFIG_SA1100_WATCHDOG=m
|
||||
CONFIG_SCSI=m
|
||||
CONFIG_SCSI_MOD=m
|
||||
# CONFIG_SCSI_MULTI_LUN is not set
|
||||
# CONFIG_SCSI_PROC_FS is not set
|
||||
# CONFIG_SERIAL_8250 is not set
|
||||
CONFIG_SERIAL_PXA=y
|
||||
CONFIG_SERIAL_PXA_CONSOLE=y
|
||||
CONFIG_SERIO=m
|
||||
CONFIG_SERIO_LIBPS2=m
|
||||
CONFIG_SERIO_SERPORT=m
|
||||
CONFIG_SMC911X=m
|
||||
CONFIG_SMC91X=m
|
||||
CONFIG_SMSC911X=y
|
||||
# CONFIG_SMSC911X_ARCH_HOOKS is not set
|
||||
CONFIG_SPARSE_IRQ=y
|
||||
@@ -189,7 +170,6 @@ CONFIG_SPLIT_PTLOCK_CPUS=999999
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
# CONFIG_TRIZEPS_PXA is not set
|
||||
CONFIG_UID16=y
|
||||
CONFIG_UNIX=m
|
||||
CONFIG_VECTORS_BASE=0xffff0000
|
||||
# CONFIG_VLAN_8021Q is not set
|
||||
CONFIG_XSCALE_PMU=y
|
||||
|
||||
Reference in New Issue
Block a user