Commit c9050ef9 authored by Sam Ravnborg's avatar Sam Ravnborg

kconfig/ppc: fix kconfig warning

fix:
arch/ppc/Kconfig:211:warning: type of 'CPU_FREQ_TABLE' redefined from 'tristate' to 'boolean'
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 39d77bf2
......@@ -209,7 +209,7 @@ config CPU_FREQ_PMAC
PowerBook.
config CPU_FREQ_TABLE
bool
tristate
depends on CPU_FREQ_PMAC
default y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment