diff options
| author | Masahiro Yamada <[email protected]> | 2015-03-19 19:42:51 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-03-28 09:03:08 -0400 |
| commit | 0a12e6872ea2b79c9b3862e7b6c08cc4c1889408 (patch) | |
| tree | 752e311d5f8f5d967723d7342356b15d66c5616e /doc | |
| parent | 5f9eb2207500f16a598866884f8ee5343ae8949f (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Alexey Brodkin <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.generic-board | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/README.generic-board b/doc/README.generic-board index 37c1b03ced9..bd8eae1992c 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. |
