d7d82a318b
Very similar to orangepi-zero, except that the board has a 16MB SPI flash, a 2nd ethernet port is provided through a Realtek RTL8152 and wifi is provided through a Realtek RTL8189FTV (no mainline driver, not supported). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
191 B
Plaintext
12 lines
191 B
Plaintext
# spi nor
|
|
CONFIG_MTD=y
|
|
CONFIG_MTD_OF_PARTS=y
|
|
CONFIG_MTD_SPI_NOR=y
|
|
CONFIG_MTD_M25P80=y
|
|
|
|
# ondemand cpufreq governor
|
|
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
|
|
|
|
# USB ethernet
|
|
CONFIG_USB_RTL8152=y
|