1
0
Fork 0

ARM: meson: Enable Meson8b SoCs

Signed-off-by: Carlo Caione <carlo@endlessm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
steinar/wifi_calib_4_9_kernel
Carlo Caione 2015-10-07 22:31:05 +02:00 committed by Arnd Bergmann
parent d64c5097ff
commit 55fa3ee081
2 changed files with 6 additions and 0 deletions

View File

@ -19,4 +19,9 @@ config MACH_MESON8
default ARCH_MESON
select MESON6_TIMER
config MACH_MESON8B
bool "Amlogic Meson8b SoCs support"
default ARCH_MESON
select MESON6_TIMER
endif

View File

@ -19,6 +19,7 @@
static const char * const meson_common_board_compat[] = {
"amlogic,meson6",
"amlogic,meson8",
"amlogic,meson8b",
NULL,
};