]> Git Repo - u-boot.git/blame - board/ti/am335x/Kconfig
Merge tag 'u-boot-stm32-20231110' of https://source.denx.de/u-boot/custodians/u-boot-stm
[u-boot.git] / board / ti / am335x / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_AM335X_EVM
2
dd84058d 3config SYS_BOARD
dd84058d
MY
4 default "am335x"
5
6config SYS_VENDOR
dd84058d
MY
7 default "ti"
8
9config SYS_SOC
dd84058d
MY
10 default "am33xx"
11
12config SYS_CONFIG_NAME
dd84058d
MY
13 default "am335x_evm"
14
40aca036
TR
15config NOR
16 bool "Support for NOR flash"
17 help
18 The AM335x SoC supports having a NOR flash connected to the GPMC.
19 In practice this is seen as a NOR flash module connected to the
20 "memory cape" for the BeagleBone family.
21
770e68c0
NM
22source "board/ti/common/Kconfig"
23
dd84058d 24endif
This page took 0.250626 seconds and 4 git commands to generate.