mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 22:51:37 +00:00
Convert CONFIG_CPU_SH7751 to Kconfig
This converts the following to Kconfig: CONFIG_CPU_SH7751 Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
3aca2b6bd7
commit
855e76b5cb
3 changed files with 5 additions and 3 deletions
|
@ -4,13 +4,17 @@ menu "SuperH architecture"
|
||||||
config CPU_SH4
|
config CPU_SH4
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
config CPU_SH7751
|
||||||
|
bool
|
||||||
|
select CPU_SH4
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Target select"
|
prompt "Target select"
|
||||||
optional
|
optional
|
||||||
|
|
||||||
config TARGET_R2DPLUS
|
config TARGET_R2DPLUS
|
||||||
bool "Renesas R2D-PLUS"
|
bool "Renesas R2D-PLUS"
|
||||||
select CPU_SH4
|
select CPU_SH7751
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#ifndef __CONFIG_H
|
#ifndef __CONFIG_H
|
||||||
#define __CONFIG_H
|
#define __CONFIG_H
|
||||||
|
|
||||||
#define CONFIG_CPU_SH7751 1
|
|
||||||
#define __LITTLE_ENDIAN__ 1
|
#define __LITTLE_ENDIAN__ 1
|
||||||
|
|
||||||
/* SCIF */
|
/* SCIF */
|
||||||
|
|
|
@ -163,7 +163,6 @@ CONFIG_CPU_MONAHANS
|
||||||
CONFIG_CPU_PXA25X
|
CONFIG_CPU_PXA25X
|
||||||
CONFIG_CPU_PXA26X
|
CONFIG_CPU_PXA26X
|
||||||
CONFIG_CPU_PXA300
|
CONFIG_CPU_PXA300
|
||||||
CONFIG_CPU_SH7751
|
|
||||||
CONFIG_CPU_TYPE_R
|
CONFIG_CPU_TYPE_R
|
||||||
CONFIG_CPU_VR41XX
|
CONFIG_CPU_VR41XX
|
||||||
CONFIG_CQSPI_REF_CLK
|
CONFIG_CQSPI_REF_CLK
|
||||||
|
|
Loading…
Add table
Reference in a new issue