dts/Kconfig: Remove unused HAS_DTS_ETHERNET
Symbol not used clean it up. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
e7574e1c00
commit
e5380258b6
|
@ -4,6 +4,5 @@ config BOARD_QEMU_X86
|
||||||
bool "QEMU x86"
|
bool "QEMU x86"
|
||||||
depends on SOC_IA32
|
depends on SOC_IA32
|
||||||
select QEMU_TARGET
|
select QEMU_TARGET
|
||||||
select HAS_DTS_ETHERNET
|
|
||||||
select CPU_HAS_FPU
|
select CPU_HAS_FPU
|
||||||
select HAS_COVERAGE_SUPPORT
|
select HAS_COVERAGE_SUPPORT
|
||||||
|
|
|
@ -48,13 +48,6 @@ config HAS_DTS_WDT
|
||||||
This option specifies that the target platform supports device tree
|
This option specifies that the target platform supports device tree
|
||||||
configuration for WDT.
|
configuration for WDT.
|
||||||
|
|
||||||
config HAS_DTS_ETHERNET
|
|
||||||
bool
|
|
||||||
depends on HAS_DTS
|
|
||||||
help
|
|
||||||
This option specifies that the target platform supports device tree
|
|
||||||
configuration for Ethernet.
|
|
||||||
|
|
||||||
config HAS_DTS_ENTROPY
|
config HAS_DTS_ENTROPY
|
||||||
bool
|
bool
|
||||||
depends on HAS_DTS
|
depends on HAS_DTS
|
||||||
|
|
Loading…
Reference in a new issue