arm: Define crypto option on platforms that include IPsec
Missed in r337940. (It's not like there are any crypto files IPsec doesn't pull in, so it is unclear what not defining the crypto option was supposed to achieve.) Reported by: np@
This commit is contained in:
parent
32a52e9e39
commit
923d206149
@ -9,6 +9,7 @@ options VIMAGE # Subsystem virtualization, e.g. VNET
|
||||
options INET # InterNETworking
|
||||
options INET6 # IPv6 communications protocols
|
||||
options TCP_HHOOK # hhook(9) framework for TCP
|
||||
device crypto # IPSec && !crypto is nonsensical
|
||||
options IPSEC # IP (v4/v6) security
|
||||
options SCTP # Stream Control Transmission Protocol
|
||||
options FFS # Berkeley Fast Filesystem
|
||||
|
@ -9,6 +9,7 @@ options VIMAGE # Subsystem virtualization, e.g. VNET
|
||||
options INET # InterNETworking
|
||||
options INET6 # IPv6 communications protocols
|
||||
options TCP_HHOOK # hhook(9) framework for TCP
|
||||
device crypto # IPSec && !crypto is nonsensical
|
||||
options IPSEC # IP (v4/v6) security
|
||||
options SCTP # Stream Control Transmission Protocol
|
||||
options FFS # Berkeley Fast Filesystem
|
||||
|
Loading…
x
Reference in New Issue
Block a user