diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-11-23 01:28:44 -0500 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-11-23 01:28:44 -0500 |
commit | 529a73fbaeee2f3bd932be8b54665994133be6ae (patch) | |
tree | 89376052e434af5a68a4c8adfbeaf75b2e0f93c6 /init | |
parent | e4e9a7adebfc01bfa2a46c76615c249a4082dfec (diff) |
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 c5b354b1409e..d35e44f4dd6b 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -438,7 +438,7 @@ menuconfig EMBEDDED | |||
438 | 438 | ||
439 | config UID16 | 439 | config UID16 |
440 | bool "Enable 16-bit UID system calls" if EMBEDDED | 440 | bool "Enable 16-bit UID system calls" if EMBEDDED |
441 | depends on ARM || BFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && SPARC32_COMPAT) || UML || (X86_64 && IA32_EMULATION) | 441 | depends on ARM || BLACKFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && SPARC32_COMPAT) || UML || (X86_64 && IA32_EMULATION) |
442 | default y | 442 | default y |
443 | help | 443 | help |
444 | This enables the legacy 16-bit UID syscall wrappers. | 444 | This enables the legacy 16-bit UID syscall wrappers. |