ALPINE (0fe0fe112fa6cc220f14a1a9196b51fdc79edc72) ALPINE (59c3cb81c1769fdb6c840c971df129b52f4a848d)
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

--- 23 unchanged lines hidden (view full) ---

32# Debugging
33makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
34options ALT_BREAK_TO_DEBUGGER
35options KDB
36options DDB #Enable the kernel debugger
37
38# Interrupt controller
39device gic
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

--- 23 unchanged lines hidden (view full) ---

32# Debugging
33makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
34options ALT_BREAK_TO_DEBUGGER
35options KDB
36options DDB #Enable the kernel debugger
37
38# Interrupt controller
39device gic
40options ARM_INTRNG
40options INTRNG
41
42# Pseudo devices
43device loop
44device random
45device pty
46device md
47device gpio
48

--- 30 unchanged lines hidden ---
41
42# Pseudo devices
43device loop
44device random
45device pty
46device md
47device gpio
48

--- 30 unchanged lines hidden ---