diff options
author | Stephen Rothwell | 2010-06-29 04:47:01 +0200 |
---|---|---|
committer | Grant Likely | 2010-07-06 00:14:54 +0200 |
commit | dd5e73794c9af30d6491963e13436d9f05ee6df6 (patch) | |
tree | d47d19d765972f7f092807b4da9cf86c0aad485e /arch/powerpc/Kconfig | |
parent | of: define CONFIG_OF globally so architectures can select it (diff) | |
download | kernel-qcow2-linux-dd5e73794c9af30d6491963e13436d9f05ee6df6.tar.gz kernel-qcow2-linux-dd5e73794c9af30d6491963e13436d9f05ee6df6.tar.xz kernel-qcow2-linux-dd5e73794c9af30d6491963e13436d9f05ee6df6.zip |
of: remove architecture CONFIG_OF definitions
now that CONFIG_OF is defined globally
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 369723183002..402f4c028eb8 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -174,9 +174,6 @@ config ARCH_MAY_HAVE_PC_FDC config PPC_OF def_bool y -config OF - bool - config PPC_UDBG_16550 bool default n |