|
@@ -31,6 +31,10 @@
|
|
|
|
|
|
#include "cesa.h"
|
|
#include "cesa.h"
|
|
|
|
|
|
|
|
+static int allhwsupport = !IS_ENABLED(CONFIG_CRYPTO_DEV_MV_CESA);
|
|
|
|
+module_param_named(allhwsupport, allhwsupport, int, 0444);
|
|
|
|
+MODULE_PARM_DESC(allhwsupport, "Enable support for all hardware (even it if overlaps with the mv_cesa driver)");
|
|
|
|
+
|
|
struct mv_cesa_dev *cesa_dev;
|
|
struct mv_cesa_dev *cesa_dev;
|
|
|
|
|
|
static void mv_cesa_dequeue_req_unlocked(struct mv_cesa_engine *engine)
|
|
static void mv_cesa_dequeue_req_unlocked(struct mv_cesa_engine *engine)
|