ALPINE (c1a148873d6488f1dac1cfb207a5927cef89888e) | ALPINE (f34560385c730c8b1db4f46a9c711a60511864bf) |
---|---|
1# Kernel configuration for Alpine Board. 2# 3# For more information on this file, please read the config(5) manual page, 4# and/or the handbook section on Kernel Configuration Files: 5# 6# https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 7# 8# The handbook is also available locally in /usr/share/doc/handbook --- 24 unchanged lines hidden (view full) --- 33 34# Annapurna Alpine drivers 35device al_ccu # Alpine Cache Coherency Unit 36device al_nb_service # Alpine North Bridge Service 37device al_iofic # I/O Fabric Interrupt Controller 38device al_serdes # Serializer/Deserializer 39device al_udma # Universal DMA 40 | 1# Kernel configuration for Alpine Board. 2# 3# For more information on this file, please read the config(5) manual page, 4# and/or the handbook section on Kernel Configuration Files: 5# 6# https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 7# 8# The handbook is also available locally in /usr/share/doc/handbook --- 24 unchanged lines hidden (view full) --- 33 34# Annapurna Alpine drivers 35device al_ccu # Alpine Cache Coherency Unit 36device al_nb_service # Alpine North Bridge Service 37device al_iofic # I/O Fabric Interrupt Controller 38device al_serdes # Serializer/Deserializer 39device al_udma # Universal DMA 40 |
41# pseudo devices 42device clk 43device phy 44device hwreset 45device nvmem 46device regulator 47device syscon 48 |
|
41# Pseudo devices 42device loop 43device pty 44device md 45device gpio 46 47# ATA controllers 48device ahci # AHCI-compatible SATA controllers --- 34 unchanged lines hidden --- | 49# Pseudo devices 50device loop 51device pty 52device md 53device gpio 54 55# ATA controllers 56device ahci # AHCI-compatible SATA controllers --- 34 unchanged lines hidden --- |