1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-01 23:41:18 +02:00
Files
u-boot-megous/board/renesas/alt/Kconfig
Marek Vasut 308b1307c8 ARM: rmobile: alt: Remove R8A7794_ETHERNET_B
The R8A7794_ETHERNET_B config option is unused and based on the
description, this is a setting which should be fully done on a
DT level instead. Remove this config option.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2019-03-30 07:31:02 +01:00

13 lines
131 B
Plaintext

if TARGET_ALT
config SYS_BOARD
default "alt"
config SYS_VENDOR
default "renesas"
config SYS_CONFIG_NAME
default "alt"
endif