- CONFIG_TUN=y
- Required since OTBR-agent creates the wpan0 network interface
- The TUN/TAP driver support enables creation of virtual network interfaces
- Without this, OTBR-agent wouldn't be able to create the wpan0 interface
- CONFIG_IEEE802154=y
- Required as the base IEEE 802.15.4 protocol support
- Provides the fundamental IEEE 802.15.4 networking stack
- OTBR-agent uses this for Thread networking which runs on 802.15.4
- CONFIG_MAC802154=y
- Required for MAC layer operations of IEEE 802.15.4
- Handles MAC layer functionality like addressing and frame formatting
- OTBR-agent relies on this for proper 802.15.4 packet handling
Without these kernel configurations:
- The wpan0 interface creation would fail
- The IEEE 802.15.4 networking stack wouldn't be available
- The MAC layer operations for Thread networking wouldn't work