diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-11-23 14:28:44 +0800 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-11-23 14:28:44 +0800 |
commit | 529a73fbaeee2f3bd932be8b54665994133be6ae (patch) | |
tree | 89376052e434af5a68a4c8adfbeaf75b2e0f93c6 /init | |
parent | e4e9a7adebfc01bfa2a46c76615c249a4082dfec (diff) | |
download | linux-3.10-529a73fbaeee2f3bd932be8b54665994133be6ae.tar.gz linux-3.10-529a73fbaeee2f3bd932be8b54665994133be6ae.tar.bz2 linux-3.10-529a73fbaeee2f3bd932be8b54665994133be6ae.zip |
Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index c5b354b1409..d35e44f4dd6 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -438,7 +438,7 @@ menuconfig EMBEDDED config UID16 bool "Enable 16-bit UID system calls" if EMBEDDED - depends on ARM || BFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && SPARC32_COMPAT) || UML || (X86_64 && IA32_EMULATION) + depends on ARM || BLACKFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && SPARC32_COMPAT) || UML || (X86_64 && IA32_EMULATION) default y help This enables the legacy 16-bit UID syscall wrappers. |