zephyr/drivers/ethernet/Kconfig.stellaris
Ulf Magnusson 41713244b3 kconfig: Remove '# Hidden' comments on promptless symbols
How prompts work is better documented nowadays, and these comments might
not be that helpful if you don't know.

There are lots promptless symbols that don't have a comment.

Also fix up some comments in arch/Kconfig that seem misplaced/redundant,
and clean up some whitespace (no blank line after a comment makes it
look like it only applies to the symbol directly after it to me).

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-12-21 10:30:33 -05:00

18 lines
456 B
Plaintext

# ETH_STELLARIS Ethernet driver configuration options
# Copyright (c) 2018 Zilogic Systems
# SPDX-License-Identifier: Apache-2.0
menuconfig ETH_STELLARIS
bool "Enable TI Stellaris MCU family ethernet driver."
help
Stellaris on-board Ethernet Controller
config ETH_NIC_MODEL
string
default "stellaris"
depends on ETH_STELLARIS
help
Tells what Qemu network model to use. This value is given as
a parameter to -nic qemu command line option.