diff options
author | Werner Almesberger <werner@openmoko.org> | 2009-01-12 09:04:48 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2009-01-12 09:04:48 +0000 |
commit | bd84864b5a4fdfbe927b827a215f325a8b256719 (patch) | |
tree | 427ae0d91539b30714934a09eb4fc714dc73ca36 | |
parent | 4836494d233cd34fe194ff2040d62e4109067d79 (diff) |
Change AR6k driver to module and remove CONFIG_MD
This patch changes the two GTA02 default configurations[1] to build
the AR6k driver and S3C MCI (which is used exclusively by AR6k)
as modules. This way, WLAN can be brought up only if we actually
need it.
The patch also disables CONFIG_MD, which served no clear purpose.
[1] andy removed the moredrivers part despite asking for it
because it can be useful to have it built in without syncing
the rootfs, so the packaging config alone has it as modules.
Signed-off-by: Werner Almesberger <werner@openmoko.org>
-rw-r--r-- | arch/arm/configs/gta02-packaging-defconfig | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/arch/arm/configs/gta02-packaging-defconfig b/arch/arm/configs/gta02-packaging-defconfig index b44557d4d74..9c1f4eaa8eb 100644 --- a/arch/arm/configs/gta02-packaging-defconfig +++ b/arch/arm/configs/gta02-packaging-defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.28-rc4 -# Wed Dec 10 11:09:39 2008 +# Sun Jan 11 22:18:00 2009 # CONFIG_ARM=y CONFIG_HAVE_PWM=y @@ -854,17 +854,7 @@ CONFIG_SCSI_LOWLEVEL=y # CONFIG_SCSI_DEBUG is not set # CONFIG_SCSI_DH is not set # CONFIG_ATA is not set -CONFIG_MD=y -# CONFIG_BLK_DEV_MD is not set -CONFIG_BLK_DEV_DM=m -# CONFIG_DM_DEBUG is not set -CONFIG_DM_CRYPT=m -CONFIG_DM_SNAPSHOT=m -# CONFIG_DM_MIRROR is not set -# CONFIG_DM_ZERO is not set -# CONFIG_DM_MULTIPATH is not set -# CONFIG_DM_DELAY is not set -# CONFIG_DM_UEVENT is not set +# CONFIG_MD is not set CONFIG_NETDEVICES=y # CONFIG_DUMMY is not set # CONFIG_BONDING is not set @@ -1603,7 +1593,7 @@ CONFIG_USB_G_SERIAL=m CONFIG_USB_MIDI_GADGET=m # CONFIG_USB_G_PRINTER is not set # CONFIG_USB_CDC_COMPOSITE is not set -CONFIG_AR6000_WLAN=y +CONFIG_AR6000_WLAN=m CONFIG_MMC=y # CONFIG_MMC_DEBUG is not set CONFIG_MMC_UNSAFE_RESUME=y @@ -1622,7 +1612,7 @@ CONFIG_MMC_BLOCK_BOUNCE=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_S3C=y # CONFIG_MMC_SPI is not set -CONFIG_MMC_S3C=y +CONFIG_MMC_S3C=m # CONFIG_MEMSTICK is not set # CONFIG_ACCESSIBILITY is not set CONFIG_NEW_LEDS=y @@ -1637,6 +1627,7 @@ CONFIG_LEDS_GPIO=y # CONFIG_LEDS_PCA955X is not set CONFIG_LEDS_NEO1973_VIBRATOR=y CONFIG_LEDS_NEO1973_GTA02=y +# CONFIG_LEDS_LP5521 is not set # # LED Triggers |