mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
h8/300: fix incorrect "select" directives in arch/h8300/Kconfig.cpu.
Fix the incorrect "select" directives by dropping the "CONFIG_" prefixes, and correcting the typo "H8S2768" to "H8S2678". Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Acked-by: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
364df0ebfb
commit
840c516f9c
1 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ config H8300H_GENERIC
|
||||||
|
|
||||||
config H8300H_AKI3068NET
|
config H8300H_AKI3068NET
|
||||||
bool "AE-3068/69"
|
bool "AE-3068/69"
|
||||||
select CONFIG_H83068
|
select H83068
|
||||||
help
|
help
|
||||||
AKI-H8/3068F / AKI-H8/3069F Flashmicom LAN Board Support
|
AKI-H8/3068F / AKI-H8/3069F Flashmicom LAN Board Support
|
||||||
More Information. (Japanese Only)
|
More Information. (Japanese Only)
|
||||||
|
@ -24,7 +24,7 @@ config H8300H_AKI3068NET
|
||||||
|
|
||||||
config H8300H_H8MAX
|
config H8300H_H8MAX
|
||||||
bool "H8MAX"
|
bool "H8MAX"
|
||||||
select CONFIG_H83068
|
select H83068
|
||||||
help
|
help
|
||||||
H8MAX Evaluation Board Support
|
H8MAX Evaluation Board Support
|
||||||
More Information. (Japanese Only)
|
More Information. (Japanese Only)
|
||||||
|
@ -32,7 +32,7 @@ config H8300H_H8MAX
|
||||||
|
|
||||||
config H8300H_SIM
|
config H8300H_SIM
|
||||||
bool "H8/300H Simulator"
|
bool "H8/300H Simulator"
|
||||||
select CONFIG_H83007
|
select H83007
|
||||||
help
|
help
|
||||||
GDB Simulator Support
|
GDB Simulator Support
|
||||||
More Information.
|
More Information.
|
||||||
|
@ -45,7 +45,7 @@ config H8S_GENERIC
|
||||||
|
|
||||||
config H8S_EDOSK2674
|
config H8S_EDOSK2674
|
||||||
bool "EDOSK-2674"
|
bool "EDOSK-2674"
|
||||||
select CONFIG_H8S2768
|
select H8S2678
|
||||||
help
|
help
|
||||||
Renesas EDOSK-2674 Evaluation Board Support
|
Renesas EDOSK-2674 Evaluation Board Support
|
||||||
More Information.
|
More Information.
|
||||||
|
|
Loading…
Reference in a new issue