mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 05:32:29 +02:00
14 lines
251 B
Diff
14 lines
251 B
Diff
|
--- a/arch/powerpc/platforms/Kconfig
|
||
|
+++ b/arch/powerpc/platforms/Kconfig
|
||
|
@@ -146,6 +146,10 @@ config GENERIC_IOMAP
|
||
|
bool
|
||
|
default n
|
||
|
|
||
|
+config RB_IOMAP
|
||
|
+ bool
|
||
|
+ default y if RB_PPC
|
||
|
+
|
||
|
source "drivers/cpufreq/Kconfig"
|
||
|
|
||
|
menu "CPU Frequency drivers"
|