summaryrefslogtreecommitdiffstats
path: root/doc/README.generic-board
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-03-19 19:42:51 +0900
committerTom Rini <trini@konsulko.com>2015-03-28 09:03:08 -0400
commit0a12e6872ea2b79c9b3862e7b6c08cc4c1889408 (patch)
tree752e311d5f8f5d967723d7342356b15d66c5616e /doc/README.generic-board
parent5f9eb2207500f16a598866884f8ee5343ae8949f (diff)
downloadtalos-obmc-uboot-0a12e6872ea2b79c9b3862e7b6c08cc4c1889408.tar.gz
talos-obmc-uboot-0a12e6872ea2b79c9b3862e7b6c08cc4c1889408.zip
generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig
Move the option to Kconfig renaming it to CONFIG_HAVE_GENERIC_BOARD. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'doc/README.generic-board')
-rw-r--r--doc/README.generic-board12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/README.generic-board b/doc/README.generic-board
index 37c1b03ced..bd8eae1992 100644
--- a/doc/README.generic-board
+++ b/doc/README.generic-board
@@ -44,16 +44,18 @@ The following architectures are supported now:
arc
arm
+ avr32
+ blackfin
+ m68k
+ microblaze
mips
+ nios2
powerpc
sandbox
x86
-If your architecture is not supported, you need to adjust your
-arch/<arch>/config.mk file to include:
-
- __HAVE_ARCH_GENERIC_BOARD := y
-
+If your architecture is not supported, you need to select
+HAVE_GENERIC_BOARD in arch/Kconfig
and test it with a suitable board, as follows.
OpenPOWER on IntegriCloud