Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151146
b: refs/heads/master
c: bac7d89
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger committed Jun 13, 2009
1 parent e69bbc2 commit 353b494
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 25 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7a8b71db9dbb87640ffabcf42285781a808de342
refs/heads/master: bac7d89ebe64eca9ce63ee6a5e4341d252671467
36 changes: 12 additions & 24 deletions trunk/arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,19 @@
mainmenu "Blackfin Kernel Configuration"

config MMU
bool
default n
def_bool n

config FPU
bool
default n
def_bool n

config RWSEM_GENERIC_SPINLOCK
bool
default y
def_bool y

config RWSEM_XCHGADD_ALGORITHM
bool
default n
def_bool n

config BLACKFIN
bool
default y
def_bool y
select HAVE_IDE
select HAVE_OPROFILE
select ARCH_WANT_OPTIONAL_GPIOLIB
Expand All @@ -33,36 +28,29 @@ config GENERIC_BUG
depends on BUG

config ZONE_DMA
bool
default y
def_bool y

config GENERIC_FIND_NEXT_BIT
bool
default y
def_bool y

config GENERIC_HWEIGHT
bool
default y
def_bool y

config GENERIC_HARDIRQS
bool
default y
def_bool y

config GENERIC_IRQ_PROBE
bool
default y
def_bool y

config GENERIC_GPIO
bool
default y
def_bool y

config FORCE_MAX_ZONEORDER
int
default "14"

config GENERIC_CALIBRATE_DELAY
bool
default y
def_bool y

source "init/Kconfig"

Expand Down

0 comments on commit 353b494

Please sign in to comment.