Linux Audio
Check our new training course
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# Kconfig - ARM architecture configuration options # # Copyright (c) 2014-2015 Wind River Systems, Inc. # # SPDX-License-Identifier: Apache-2.0 # menu "ARM Options" depends on ARM source "arch/arm/core/Kconfig" config ARCH default "arm" endmenu