diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-10-16 23:54:43 +0800 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-10-16 23:54:43 +0800 |
commit | ed061b7ac8afb1181c6195aa502a8a7ef7ac3015 (patch) | |
tree | 9fac0c06028f73c2424e11d91b524660f209fcb1 /arch/blackfin/configs/BF537-STAMP_defconfig | |
parent | 8fb4f8f056977464fa022ff7263ca91af3c2b94d (diff) | |
download | talos-obmc-linux-ed061b7ac8afb1181c6195aa502a8a7ef7ac3015.tar.gz talos-obmc-linux-ed061b7ac8afb1181c6195aa502a8a7ef7ac3015.zip |
Blackfin arch: disable CONFIG_HW_RANDOM and CONFIG_DAB in defconfig files
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/configs/BF537-STAMP_defconfig')
-rw-r--r-- | arch/blackfin/configs/BF537-STAMP_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/configs/BF537-STAMP_defconfig b/arch/blackfin/configs/BF537-STAMP_defconfig index 5fd7c4b143df..63a0f854745c 100644 --- a/arch/blackfin/configs/BF537-STAMP_defconfig +++ b/arch/blackfin/configs/BF537-STAMP_defconfig @@ -731,7 +731,7 @@ CONFIG_CAN4LINUX=y # CONFIG_CAN_UNCTWINCAN is not set CONFIG_CAN_BLACKFIN=m # CONFIG_IPMI_HANDLER is not set -CONFIG_HW_RANDOM=y +# CONFIG_HW_RANDOM is not set # CONFIG_GEN_RTC is not set # CONFIG_R3964 is not set # CONFIG_RAW_DRIVER is not set @@ -871,7 +871,7 @@ CONFIG_SSB_POSSIBLE=y # # CONFIG_VIDEO_DEV is not set # CONFIG_DVB_CORE is not set -CONFIG_DAB=y +# CONFIG_DAB is not set # # Graphics support |