# For more options and information see
# http://www.raspberrypi.org/documentation/configuration/config-txt.md
# Some settings may impact device functionality. See link above for details

# Speficy kernel image to load.
kernel=kernel-gnx.img

# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on

# Disable bluetooth which shares pins with the UART.
dtoverlay=pi3-disable-bt.dtbo

# Enable audio (loads snd_bcm2835)
dtparam=audio=on
