diff options
author | Mark Salter <msalter@redhat.com> | 2012-05-15 10:14:19 -0400 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2012-05-18 09:59:22 -0400 |
commit | 8ff98b9c993d59d6b396a42266c6d323c8f28cec (patch) | |
tree | 0121b8621a6cb2f345e933f1a909dc1c57b89d23 /arch/c6x/Kconfig | |
parent | fce244762775f662f5a278a05a6e494b6e4f2774 (diff) | |
download | linux-8ff98b9c993d59d6b396a42266c6d323c8f28cec.tar.bz2 |
C6X: remove unused config items
Signed-off-by: Mark Salter <msalter@redhat.com>
Diffstat (limited to 'arch/c6x/Kconfig')
-rw-r--r-- | arch/c6x/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/c6x/Kconfig b/arch/c6x/Kconfig index 3fc28fbb1cc4..1f15b88b537f 100644 --- a/arch/c6x/Kconfig +++ b/arch/c6x/Kconfig @@ -19,24 +19,12 @@ config C6X config MMU def_bool n -config ZONE_DMA - def_bool y - config FPU def_bool n -config HIGHMEM - def_bool n - -config NUMA - def_bool n - config RWSEM_GENERIC_SPINLOCK def_bool y -config RWSEM_XCHGADD_ALGORITHM - def_bool n - config GENERIC_CALIBRATE_DELAY def_bool y |