Commit bac7d89e authored by Mike Frysinger's avatar Mike Frysinger

Blackfin: convert Kconfig style to def_bool

Makes the file easier to read when there isn't so much clutter.
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 7a8b71db
...@@ -6,24 +6,19 @@ ...@@ -6,24 +6,19 @@
mainmenu "Blackfin Kernel Configuration" mainmenu "Blackfin Kernel Configuration"
config MMU config MMU
bool def_bool n
default n
config FPU config FPU
bool def_bool n
default n
config RWSEM_GENERIC_SPINLOCK config RWSEM_GENERIC_SPINLOCK
bool def_bool y
default y
config RWSEM_XCHGADD_ALGORITHM config RWSEM_XCHGADD_ALGORITHM
bool def_bool n
default n
config BLACKFIN config BLACKFIN
bool def_bool y
default y
select HAVE_IDE select HAVE_IDE
select HAVE_OPROFILE select HAVE_OPROFILE
select ARCH_WANT_OPTIONAL_GPIOLIB select ARCH_WANT_OPTIONAL_GPIOLIB
...@@ -33,36 +28,29 @@ config GENERIC_BUG ...@@ -33,36 +28,29 @@ config GENERIC_BUG
depends on BUG depends on BUG
config ZONE_DMA config ZONE_DMA
bool def_bool y
default y
config GENERIC_FIND_NEXT_BIT config GENERIC_FIND_NEXT_BIT
bool def_bool y
default y
config GENERIC_HWEIGHT config GENERIC_HWEIGHT
bool def_bool y
default y
config GENERIC_HARDIRQS config GENERIC_HARDIRQS
bool def_bool y
default y
config GENERIC_IRQ_PROBE config GENERIC_IRQ_PROBE
bool def_bool y
default y
config GENERIC_GPIO config GENERIC_GPIO
bool def_bool y
default y
config FORCE_MAX_ZONEORDER config FORCE_MAX_ZONEORDER
int int
default "14" default "14"
config GENERIC_CALIBRATE_DELAY config GENERIC_CALIBRATE_DELAY
bool def_bool y
default y
source "init/Kconfig" source "init/Kconfig"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment