ALPINE (3a86bcdd1725c9406b5acc4d556b45a4dcb6ba48) | ALPINE (4192788cb261013be8d923dc659be1cec580454f) |
---|---|
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# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html 7# 8# The handbook is also available locally in /usr/share/doc/handbook --- 18 unchanged lines hidden (view full) --- 27 28options SCHED_4BSD # 4BSD scheduler 29options SMP # Enable multiple cores 30 31# Interrupt controller 32device gic 33options INTRNG 34 | 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# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html 7# 8# The handbook is also available locally in /usr/share/doc/handbook --- 18 unchanged lines hidden (view full) --- 27 28options SCHED_4BSD # 4BSD scheduler 29options SMP # Enable multiple cores 30 31# Interrupt controller 32device gic 33options INTRNG 34 |
35# Annapurna Alpine drivers 36device al_ccu # Alpine Cache Coherency Unit 37device al_nb_service # Alpine North Bridge Service 38 |
|
35# Pseudo devices 36device loop 37device random 38device pty 39device md 40device gpio 41 42# ATA controllers --- 29 unchanged lines hidden --- | 39# Pseudo devices 40device loop 41device random 42device pty 43device md 44device gpio 45 46# ATA controllers --- 29 unchanged lines hidden --- |