Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
# SPDX-License-Identifier: Apache-2.0

if BOARD_QEMU_CORTEX_M3

config BUILD_OUTPUT_BIN
	default n

config BOARD
	default "qemu_cortex_m3"

config GPIO_STELLARIS
	default y
	depends on GPIO

endif # BOARD_QEMU_CORTEX_M3